home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / cplusinc / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-18  |  157 b   |  10 lines

  1. #ifndef _strclass_h
  2. #define _strclass_h
  3. #ifndef __MSDOS__
  4. #include <String.h>
  5. #else
  6. #include <_String.h>
  7. #endif
  8. typedef class String string;
  9. #endif
  10.